home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-09-28 | 651 b | 23 lines | [TEXT/MMCC] |
- // ===========================================================================
- // CAttachment.h ©1995 Apple Computer, Inc. All rights reserved.
- // ===========================================================================
-
- #pragma once
-
- #include <LAttachment.h>
-
-
- // ===========================================================================
- // • C3DBorderAttachment C3DBorderAttachment •
- // ===========================================================================
-
- class C3DBorderAttachment : public LAttachment {
- public:
- C3DBorderAttachment(void);
-
- protected:
- virtual void ExecuteSelf(MessageT inMessage, void *ioParam);
- };
-
-
-